home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 32
/
CD Expert nº 32.iso
/
NBA 2000
/
NBA2000.exe
/
CABFILE
/
IDR_CABFILE
/
Data
/
UIScript
/
InGame
/
Coaching
/
ROSTER.UI
Wrap
Text File
|
1999-06-14
|
94KB
|
3,879 lines
"2D\Overlays\Coaching\Roster"
//********************************
// Data Container
//********************************
DataContainer {
Int "InGameCoachingHomeAwaySelection" {
RadioGroup "InGameRosterLogoBox";
};
Int "EnableSubstitutionsAway" {
CheckButton "InGameSubstitutionButtonAway";
InitialValue 1;
};
Int "EnableSubstitutionsHome" {
CheckButton "InGameSubstitutionButtonHome";
InitialValue 1;
};
String "HomePlayerDisplayID" {InitialValue "PIX_NONE";};
String "AwayPlayerDisplayID" {InitialValue "PIX_NONE";};
String "InGameRosterHomePlayerDragID" {InitialValue " ";};
String "InGameRosterAwayPlayerDragID" {InitialValue " ";};
Int "HomeTeamSelection" {PlayerDBListBox "InGameRosterHomePlayersListBox";};
Int "HomeTeamSelection" {PlayerDragItem "InGameRosterHomePlayer";};
Int "HomeTeamSelection" {PlayerDragItem "InGameRosterHomePlayerFromCenter";};
Int "HomeTeamSelection" {PlayerDragItem "InGameRosterHomePlayerFromSmallForward";};
Int "HomeTeamSelection" {PlayerDragItem "InGameRosterHomePlayerFromPointGuard";};
Int "HomeTeamSelection" {PlayerDragItem "InGameRosterHomePlayerFromShootingGuard";};
Int "HomeTeamSelection" {PlayerDragItem "InGameRosterHomePlayerFromPowerForward";};
Int "HomeTeamSelection" {PlayerDropItem "InGameRosterHomeCourtCenter";};
Int "HomeTeamSelection" {PlayerDropItem "InGameRosterHomeCourtShootingGuard";};
Int "HomeTeamSelection" {PlayerDropItem "InGameRosterHomeCourtPointGuard";};
Int "HomeTeamSelection" {PlayerDropItem "InGameRosterHomeCourtSmallForward";};
Int "HomeTeamSelection" {PlayerDropItem "InGameRosterHomeCourtPowerForward";};
Int "VisitorTeamSelection" {PlayerDBListBox "InGameRosterAwayPlayersListBox";};
Int "VisitorTeamSelection" {PlayerDragItem "InGameRosterAwayPlayer";};
Int "VisitorTeamSelection" {PlayerDragItem "InGameRosterAwayPlayerFromCenter";};
Int "VisitorTeamSelection" {PlayerDragItem "InGameRosterAwayPlayerFromSmallForward";};
Int "VisitorTeamSelection" {PlayerDragItem "InGameRosterAwayPlayerFromPointGuard";};
Int "VisitorTeamSelection" {PlayerDragItem "InGameRosterAwayPlayerFromShootingGuard";};
Int "VisitorTeamSelection" {PlayerDragItem "InGameRosterAwayPlayerFromPowerForward";};
Int "VisitorTeamSelection" {PlayerDropItem "InGameRosterAwayCourtCenter";};
Int "VisitorTeamSelection" {PlayerDropItem "InGameRosterAwayCourtShootingGuard";};
Int "VisitorTeamSelection" {PlayerDropItem "InGameRosterAwayCourtPointGuard";};
Int "VisitorTeamSelection" {PlayerDropItem "InGameRosterAwayCourtSmallForward";};
Int "VisitorTeamSelection" {PlayerDropItem "InGameRosterAwayCourtPowerForward";};
DBEBContentProvider "InGameCoachingHomePointsContentProvider" {
EditBox "InGameHomePoints";
Database "PlayerStatsInGameHome";
Format {
Int Field "nInGameFGMade" Plus Int Field "nInGameFGMade" Plus
Int Field "nInGame3PTMade" Plus Int Field "nInGameFTMade";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeAssistsContentProvider" {
EditBox "InGameHomeAssists";
Database "PlayerStatsInGameHome";
Format {
Int Field "nInGameAssists";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeReboundsContentProvider" {
EditBox "InGameHomeRebounds";
Database "PlayerStatsInGameHome";
Format {
Int Field "nInGameRebounds";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeFreeThrowsMadeContentProvider" {
EditBox "InGameHomeFreeThrowsMade";
Database "PlayerStatsInGameHome";
Format {
Int Field "nInGameFTMade";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeFreeThrowsAttemptedContentProvider" {
EditBox "InGameHomeFreeThrowsAttempted";
Database "PlayerStatsInGameHome";
Format {
Int Field "nInGameFTAttempt";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeBlocksContentProvider" {
EditBox "InGameHomeBlocks";
Database "PlayerStatsInGameHome";
Format {
Int Field "nInGameBlocks";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeStealsContentProvider" {
EditBox "InGameHomeSteals";
Database "PlayerStatsInGameHome";
Format {
Int Field "nInGameSteals";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeFoulsContentProvider" {
EditBox "InGameHomePersonalFouls";
Database "PlayerStatsInGameHome";
Format {
Int Field "nInGameFouls";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomePointsPerGameContentProvider" {
EditBox "InGameHomePointsPerGame";
Database "PlayerStatsSComposite";
Format {
Real Field "fPointsPerGame" DecimalPlaces 1;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeAssistsPerGameContentProvider" {
EditBox "InGameHomeAssistsPerGame";
Database "PlayerStatsSComposite";
Format {
Real Field "nAssists" DecimalPlaces 1 DividedBy Int Field "nGamesPlayed";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeReboundsPerGameContentProvider" {
EditBox "InGameHomeReboundsPerGame";
Database "PlayerStatsSComposite";
Format {
Real Field "nOffReb" DecimalPlaces 1 Plus Int Field "nDefReb" DividedBy Int Field "nGamesPlayed";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeFreeThrowPercentageContentProvider" {
EditBox "InGameHomeFreeThrowPercentage";
Database "PlayerStatsSComposite";
Format {
Int Field "nFTMade" Times Int 100 DividedBy Int Field "nFTAttempt";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeBlocksPerGameContentProvider" {
EditBox "InGameHomeBlocksPerGame";
Database "PlayerStatsSComposite";
Format {
Real Field "nBlocks" DecimalPlaces 1 DividedBy Int Field "nGamesPlayed";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeStealsPerGameContentProvider" {
EditBox "InGameHomeStealsPerGame";
Database "PlayerStatsSComposite";
Format {
Real Field "nSteals" DecimalPlaces 1 DividedBy Int Field "nGamesPlayed";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeRatingSpeedContentProvider" {
EditBox "InGameHomeRatingSpeed";
Database "AllStarPlayersHome";
Format {
Int Field "nRtSpeed";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeRatingShootingContentProvider" {
EditBox "InGameHomeRatingShooting";
Database "AllStarPlayersHome";
Format {
Int Field "nRtShot0_10" Plus Int Field "nRtShot10_15" Plus Int Field "nRtShot15_20" DividedBy Int 3;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeRating3PointShootingContentProvider" {
EditBox "InGameHomeRating3PointShooting";
Database "AllStarPlayersHome";
Format {
Int Field "nRtShot3Ptr";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeRatingFreeThrowContentProvider" {
EditBox "InGameHomeRatingFreeThrow";
Database "AllStarPlayersHome";
Format {
Int Field "nRtFreeThrow";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeRatingReboundContentProvider" {
EditBox "InGameHomeRatingRebound";
Database "AllStarPlayersHome";
Format {
Int Field "nRtRebound";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeRatingStealContentProvider" {
EditBox "InGameHomeRatingSteal";
Database "AllStarPlayersHome";
Format {
Int Field "nRtDfSteal";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeRatingBlockContentProvider" {
EditBox "InGameHomeRatingBlock";
Database "AllStarPlayersHome";
Format {
Int Field "nRtDfBlock";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeRatingClutchContentProvider" {
EditBox "InGameHomeRatingClutch";
Database "AllStarPlayersHome";
Format {
Int Field "nRtClutch";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingHomeFatigueContentProvider" {
EditBox "InGameHomeEnergyLevel";
Database "PlayerStatsInGameHome";
Format {
Int Field "nFatigue";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "HomePlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayPointsContentProvider" {
EditBox "InGameAwayPoints";
Database "PlayerStatsInGameAway";
Format {
Int Field "nInGameFGMade" Plus Int Field "nInGameFGMade" Plus
Int Field "nInGame3PTMade" Plus Int Field "nInGameFTMade";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayAssistsContentProvider" {
EditBox "InGameAwayAssists";
Database "PlayerStatsInGameAway";
Format {
Int Field "nInGameAssists";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayReboundsContentProvider" {
EditBox "InGameAwayRebounds";
Database "PlayerStatsInGameAway";
Format {
Int Field "nInGameRebounds";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayFreeThrowsMadeContentProvider" {
EditBox "InGameAwayFreeThrowsMade";
Database "PlayerStatsInGameAway";
Format {
Int Field "nInGameFTMade";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayFreeThrowsAttemptedContentProvider" {
EditBox "InGameAwayFreeThrowsAttempted";
Database "PlayerStatsInGameAway";
Format {
Int Field "nInGameFTAttempt";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayBlocksContentProvider" {
EditBox "InGameAwayBlocks";
Database "PlayerStatsInGameAway";
Format {
Int Field "nInGameBlocks";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayStealsContentProvider" {
EditBox "InGameAwaySteals";
Database "PlayerStatsInGameAway";
Format {
Int Field "nInGameSteals";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayFoulsContentProvider" {
EditBox "InGameAwayPersonalFouls";
Database "PlayerStatsInGameAway";
Format {
Int Field "nInGameFouls";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayPointsPerGameContentProvider" {
EditBox "InGameAwayPointsPerGame";
Database "PlayerStatsSComposite";
Format {
Real Field "fPointsPerGame" DecimalPlaces 1;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayAssistsPerGameContentProvider" {
EditBox "InGameAwayAssistsPerGame";
Database "PlayerStatsSComposite";
Format {
Real Field "nAssists" DecimalPlaces 1 DividedBy Int Field "nGamesPlayed";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayReboundsPerGameContentProvider" {
EditBox "InGameAwayReboundsPerGame";
Database "PlayerStatsSComposite";
Format {
Real Field "nOffReb" DecimalPlaces 1 Plus Int Field "nDefReb" DividedBy Int Field "nGamesPlayed";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayFreeThrowPercentageContentProvider" {
EditBox "InGameAwayFreeThrowPercentage";
Database "PlayerStatsSComposite";
Format {
Int Field "nFTMade" Times Int 100 DividedBy Int Field "nFTAttempt";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayBlocksPerGameContentProvider" {
EditBox "InGameAwayBlocksPerGame";
Database "PlayerStatsSComposite";
Format {
Real Field "nBlocks" DecimalPlaces 1 DividedBy Int Field "nGamesPlayed";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayStealsPerGameContentProvider" {
EditBox "InGameAwayStealsPerGame";
Database "PlayerStatsSComposite";
Format {
Real Field "nSteals" DecimalPlaces 1 DividedBy Int Field "nGamesPlayed";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayRatingSpeedContentProvider" {
EditBox "InGameAwayRatingSpeed";
Database "AllStarPlayersAway";
Format {
Int Field "nRtSpeed";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayRatingShootingContentProvider" {
EditBox "InGameAwayRatingShooting";
Database "AllStarPlayersAway";
Format {
Int Field "nRtShot0_10" Plus Int Field "nRtShot10_15" Plus Int Field "nRtShot15_20" DividedBy Int 3;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayRating3PointShootingContentProvider" {
EditBox "InGameAwayRating3PointShooting";
Database "AllStarPlayersAway";
Format {
Int Field "nRtShot3Ptr";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayRatingFreeThrowContentProvider" {
EditBox "InGameAwayRatingFreeThrow";
Database "AllStarPlayersAway";
Format {
Int Field "nRtFreeThrow";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayRatingReboundContentProvider" {
EditBox "InGameAwayRatingRebound";
Database "AllStarPlayersAway";
Format {
Int Field "nRtRebound";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayRatingStealContentProvider" {
EditBox "InGameAwayRatingSteal";
Database "AllStarPlayersAway";
Format {
Int Field "nRtDfSteal";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayRatingBlockContentProvider" {
EditBox "InGameAwayRatingBlock";
Database "AllStarPlayersAway";
Format {
Int Field "nRtDfBlock";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayRatingClutchContentProvider" {
EditBox "InGameAwayRatingClutch";
Database "AllStarPlayersAway";
Format {
Int Field "nRtClutch";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameCoachingAwayFatigueContentProvider" {
EditBox "InGameAwayEnergyLevel";
Database "PlayerStatsInGameAway";
Format {
Int Field "nFatigue";
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "AwayPlayerDisplayID";
};
};
DBEBContentProvider "InGameRosterHomePlayerDrag" {
PlayerDragItem "InGameRosterHomePlayer";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterHomePlayerDragID";
};
};
DBEBContentProvider "InGameRosterHomePlayerDragFromCenter" {
PlayerDragItem "InGameRosterHomePlayerFromCenter";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterHomePlayerDragID";
};
};
DBEBContentProvider "InGameRosterHomePlayerDragFromSmallForward" {
PlayerDragItem "InGameRosterHomePlayerFromSmallForward";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterHomePlayerDragID";
};
};
DBEBContentProvider "InGameRosterHomePlayerDragFromPointGuard" {
PlayerDragItem "InGameRosterHomePlayerFromPointGuard";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterHomePlayerDragID";
};
};
DBEBContentProvider "InGameRosterHomePlayerDragFromShootingGuard" {
PlayerDragItem "InGameRosterHomePlayerFromShootingGuard";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterHomePlayerDragID";
};
};
DBEBContentProvider "InGameRosterHomePlayerDragFromPowerForward" {
PlayerDragItem "InGameRosterHomePlayerFromPowerForward";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterHomePlayerDragID";
};
};
DBEBContentProvider "InGameRosterAwayPlayerDrag" {
PlayerDragItem "InGameRosterAwayPlayer";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterAwayPlayerDragID";
};
};
DBEBContentProvider "InGameRosterAwayPlayerDragFromCenter" {
PlayerDragItem "InGameRosterAwayPlayerFromCenter";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterAwayPlayerDragID";
};
};
DBEBContentProvider "InGameRosterAwayPlayerDragFromSmallForward" {
PlayerDragItem "InGameRosterAwayPlayerFromSmallForward";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterAwayPlayerDragID";
};
};
DBEBContentProvider "InGameRosterAwayPlayerDragFromPointGuard" {
PlayerDragItem "InGameRosterAwayPlayerFromPointGuard";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterAwayPlayerDragID";
};
};
DBEBContentProvider "InGameRosterAwayPlayerDragFromShootingGuard" {
PlayerDragItem "InGameRosterAwayPlayerFromShootingGuard";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterAwayPlayerDragID";
};
};
DBEBContentProvider "InGameRosterAwayPlayerDragFromPowerForward" {
PlayerDragItem "InGameRosterAwayPlayerFromPowerForward";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
};
InitialValue {
Restrict String Field "szID" Equals " " LinkedToData "InGameRosterAwayPlayerDragID";
};
};
DBEBContentProvider "InGameRosterHomePlayerCenter" {
PlayerDropItem "InGameRosterHomeCourtCenter";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szOnDeckPos" Equals "C";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameRosterHomePlayerShootingGuard" {
PlayerDropItem "InGameRosterHomeCourtShootingGuard";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szOnDeckPos" Equals "SG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameRosterHomePlayerPointGuard" {
PlayerDropItem "InGameRosterHomeCourtPointGuard";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szOnDeckPos" Equals "PG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameRosterHomePlayerSmallForward" {
PlayerDropItem "InGameRosterHomeCourtSmallForward";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szOnDeckPos" Equals "SF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameRosterHomePlayerPowerForward" {
PlayerDropItem "InGameRosterHomeCourtPowerForward";
Database "AllStarPlayersHome";
Format {
Int Field "nNum" Digits 2 Chicklet;
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szOnDeckPos" Equals "PF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameRosterAwayPlayerCenter" {
PlayerDropItem "InGameRosterAwayCourtCenter";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szOnDeckPos" Equals "C";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameRosterAwayPlayerShootingGuard" {
PlayerDropItem "InGameRosterAwayCourtShootingGuard";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szOnDeckPos" Equals "SG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameRosterAwayPlayerPointGuard" {
PlayerDropItem "InGameRosterAwayCourtPointGuard";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szOnDeckPos" Equals "PG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameRosterAwayPlayerSmallForward" {
PlayerDropItem "InGameRosterAwayCourtSmallForward";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szOnDeckPos" Equals "SF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameRosterAwayPlayerPowerForward" {
PlayerDropItem "InGameRosterAwayCourtPowerForward";
Database "AllStarPlayersAway";
Format {
Int Field "nNum" Digits 2 Chicklet;
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szOnDeckPos" Equals "PF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBLBContentProvider "InGameRosterHomePlayersDBLBCP" {
PlayerDBListBox "InGameRosterHomePlayersListBox";
Database "AllStarPlayersHome";
Format {
String Field "szFirst" Tab;
String " ";
String Field "szLast";
String Field "szPos" Tab;
Int Field "nNum" Digits 2 Tab Chicklet;
};
InitialValue {
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
Restrict Int Field "nActive" Equals 1;
Restrict Int Field "nFouledOut" Equals 0;
Restrict String Field "szStartPos" Equals "";
SortBy String Field "szLast";
};
};
DBLBContentProvider "InGameRosterAwayPlayersDBLBCP" {
PlayerDBListBox "InGameRosterAwayPlayersListBox";
Database "AllStarPlayersAway";
Format {
String Field "szFirst" Tab;
String " ";
String Field "szLast";
String Field "szPos" Tab;
Int Field "nNum" Digits 2 Tab Chicklet;
};
InitialValue {
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
Restrict Int Field "nActive" Equals 1;
Restrict Int Field "nFouledOut" Equals 0;
Restrict String Field "szStartPos" Equals "";
SortBy String Field "szLast";
};
};
DBEBContentProvider "InGameHomeCenter" {
PlayerDropItem "InGameHomeCenter";
Database "AllStarPlayersHome";
Format {
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "C";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameHomePowerForward" {
PlayerDropItem "InGameHomePowerForward";
Database "AllStarPlayersHome";
Format {
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameHomeSmallForward" {
PlayerDropItem "InGameHomeSmallForward";
Database "AllStarPlayersHome";
Format {
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameHomeShootingGuard" {
PlayerDropItem "InGameHomeShootingGuard";
Database "AllStarPlayersHome";
Format {
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameHomePointGuard" {
PlayerDropItem "InGameHomePointGuard";
Database "AllStarPlayersHome";
Format {
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameAwayCenter" {
PlayerDropItem "InGameAwayCenter";
Database "AllStarPlayersAway";
Format {
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "C";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameAwayPowerForward" {
PlayerDropItem "InGameAwayPowerForward";
Database "AllStarPlayersAway";
Format {
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameAwaySmallForward" {
PlayerDropItem "InGameAwaySmallForward";
Database "AllStarPlayersAway";
Format {
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameAwayShootingGuard" {
PlayerDropItem "InGameAwayShootingGuard";
Database "AllStarPlayersAway";
Format {
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameAwayPointGuard" {
PlayerDropItem "InGameAwayPointGuard";
Database "AllStarPlayersAway";
Format {
String " ";
String " ";
String Field "szFirst";
String " ";
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
};
//********************************
// Images
//********************************
Image "InGameOnOffEnabled" {
Filename "OffBut";
};
Image "InGameOnOffFocused" {
Filename "Focus";
};
Image "InGameOnOffArmed" {
Filename "OnBut";
};
Image "InGameRosterRosterBack2" {
Filename "Roster2";
};
Image "InGameRosterRosterBack1" {
Filename "Roster1";
};
Image "InGameRosterRosterUpEnabled" {
Filename "scrolup";
};
Image "InGameRosterRosterUpPushed" {
Filename "arpushup";
};
Image "InGameRosterRosterUpFocused" {
Filename "arfocup";
};
Image "InGameRosterRosterDownEnabled" {
Filename "scrldwn";
};
Image "InGameRosterRosterDownPushed" {
Filename "arpushdn";
};
Image "InGameRosterRosterDownFocused" {
Filename "arfocdn";
};
Image "InGameRosterRosterThumb" {
Filename "spin";
};
Image "InGameRosterCourt" {
Filename "court";
};
Image "InGameRosterLogoBox" {
Filename "clogobx";
Position [100, 0];
};
Image "InGameRosterHomeLogoArmed" {
Filename "homearm";
};
Image "InGameRosterHomeLogoEnabled" {
Filename "homenab";
};
Image "InGameRosterHomeLogoFocused" {
Filename "homefoc";
};
Image "InGameRosterAwayLogoArmed" {
Filename "awayarm";
Position [-14, 0];
};
Image "InGameRosterAwayLogoEnabled" {
Filename "awayena";
};
Image "InGameRosterAwayLogoFocused" {
Filename "awayFoc";
position [-14, 0];
};
Image "InGameRosterPlayerBack" {
Filename "pictbox";
};
Image "InGameRosterNonTransparentBackground"
{
Position [105, 90];
Filename "bckrnd";
};
Image "IGCoachingRosterStatsScrollBarLine" {
Filename "ScrolBar";
Position [6, 3];
};
Image "IGCoachingRosterStatsScrollBarUpEnabled" {
Filename "ArrowUp";
};
Image "IGCoachingRosterStatsScrollBarUpFocused" {
Filename "arr_upf";
};
Image "IGCoachingRosterStatsScrollBarUpPushed" {
Filename "arr_upp";
};
Image "IGCoachingRosterStatsScrollBarDownEnabled" {
Filename "ArrowDn";
};
Image "IGCoachingRosterStatsScrollBarDownFocused" {
Filename "arr_dwnf";
};
Image "IGCoachingRosterStatsScrollBarDownPushed" {
Filename "arr_dwnp";
};
Image "IGCoachingRosterStatsScrollBarThumb" {
Filename "knob";
};
//********************************
// Fonts
//********************************
Font "InGameRosterHomeListBox" {
Filename "vlistfnt";
Translate " 1234567890`QWERTYUIOPASDFGHJKL'ZXCVBNM." "qwertyuiopasdfghjklzxcvbnm-";
Kerning 1;
VerticalKerning 15;
};
Font "InGameRosterAwayListBox" {
Filename "vlistfnt";
Translate " 1234567890`QWERTYUIOPASDFGHJKL'ZXCVBNM." "qwertyuiopasdfghjklzxcvbnm-";
Kerning 1;
VerticalKerning 15;
};
Font "InGameOnOffButton" {
Filename "OnFnt";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 0;
};
Font "InGameTitleFont" {
Filename "yelfnt";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 1;
};
Font "InGameCoachingScoreFont" {
Filename "gentext";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz" "1234567890.:%/";
Kerning 1;
VerticalKerning 12;
};
//********************************
// Chicklets
//********************************
Chicklet "InGameRosterHome" {
Radius 9.65;
//Knicks
Inside Color [230, 86, 30];
Outside Color [15, 59, 138];
//Spurs
Inside Color [0, 166, 167];
Outside Color [235, 95, 11];
//Sixers
Inside Color [136, 0, 5];
Outside Color [247, 247, 247];
//Bucks
Inside Color [48, 115, 65];
Outside Color [74, 24, 99];
//Bulls
Inside Color [118, 0, 0];
Outside Color [247, 247, 247];
//Cavs
Inside Color [0, 74, 165];
Outside Color [247, 247, 247];
//Celtics
Inside Color [0, 82, 49];
Outside Color [147, 147, 147];
//Clippers
Inside Color [0, 29, 154];
Outside Color [157, 0, 0];
//Grizzles
Inside Color [0, 137, 143];
Outside Color [205, 20, 31];
//Hawks
Inside Color [165, 8, 0];
Outside Color [242, 201, 0];
//Heat
Inside Color [115, 8, 8];
Outside Color [248, 210, 30];
//Hornets
Inside Color [59, 31, 128];
Outside Color [23, 127, 142];
//Jazz
Inside Color [65, 32, 129];
Outside Color [205, 133, 107];
//Kings
Inside Color [41, 24, 107];
Outside Color [247, 247, 247];
//Lakers
Inside Color [255, 186, 0];
Outside Color [94, 61, 127];
//Magic
Inside Color [18, 68, 182];
Outside Color [198, 198, 198];
//Mavs
Inside Color [0, 66, 107];
Outside Color [0, 90, 66];
//Nets
Inside Color [172, 0, 0];
Outside Color [0, 55, 111];
//Nuggets
Inside Color [156, 0, 8];
Outside Color [33, 60, 110];
//Pacers
Inside Color [10, 10, 79];
Outside Color [184, 155, 9];
//Pistons
Inside Color [0, 107, 132];
Outside Color [178, 13, 16];
//Raptors
Inside Color [41, 24, 107];
Outside Color [182, 0, 39];
//Rockets
Inside Color [46, 100, 157];
Outside Color [206, 0, 44];
//Suns
Inside Color [236, 68, 12];
Outside Color [70, 22, 207];
//Sonics
Inside Color [176, 106, 47];
Outside Color [0, 70, 23];
//TWolves
Inside Color [0, 99, 74];
Outside Color [198, 198, 198];
//Blazers
Inside Color [198, 24, 8];
Outside Color [198, 198, 198];
//Warriors
Inside Color [19, 33, 78];
Outside Color [239, 157, 0];
//Wizards
Inside Color [181, 115, 57];
Outside Color [0, 68, 112];
};
Chicklet "InGameRosterAway" {
Radius 9.65;
//Knicks
Inside Color [15, 59, 138];
Outside Color [230, 86, 30];
//Spurs
Inside Color [235, 95, 112];
Outside Color [0, 166, 167];
//Sixers
Inside Color [8, 8, 8];
Outside Color [136, 0, 5];
//Bucks
Inside Color [74, 24, 99];
Outside Color [16, 49, 16];
//Bulls
Inside Color [118, 0, 0];
Outside Color [247, 247, 247];
//Cavs
Inside Color [8, 8, 8];
Outside Color [0, 74, 165];
//Celtics
Inside Color [0, 82, 49];
Outside Color [147, 147, 147];
//Clippers
Inside Color [157, 0, 0];
Outside Color [0, 29, 154];
//Grizzles
Inside Color [0, 137, 143];
Outside Color [162, 93, 35];
//Hawks
Inside Color [165, 0, 0];
Outside Color [171, 109, 51];
//Heat
Inside Color [8, 8, 8];
Outside Color [147, 18, 18];
//Hornets
Inside Color [23, 127, 142];
Outside Color [59, 31, 128];
//Jazz
Inside Color [65, 32, 129];
Outside Color [29, 172, 229];
//Kings
Inside Color [8, 8, 8];
Outside Color [41, 24, 107];
//Lakers
Inside Color [94, 61, 127];
Outside Color [255, 186, 16];
//Magic
Inside Color [8, 8, 8];
Outside Color [18, 68, 182];
//Mavs
Inside Color [0, 90, 66];
Outside Color [0, 66, 107];
//Nets
Inside Color [0, 33, 66];
Outside Color [172, 0, 0];
//Nuggets
Inside Color [20, 36, 66];
Outside Color [156, 0, 8];
//Pacers
Inside Color [10, 10, 79];
Outside Color [184, 155, 9];
//Pistons
Inside Color [0, 107, 132];
Outside Color [214, 156, 33];
//Raptors
Inside Color [41, 24, 107];
Outside Color [163, 0, 3];
//Rockets
Inside Color [14, 28, 112];
Outside Color [206, 0, 44];
//Suns
Inside Color [44, 14, 130];
Outside Color [212, 33, 33];
//Sonics
Inside Color [0, 57, 24];
Outside Color [108, 0, 0];
//TWolves
Inside Color [8, 8, 8];
Outside Color [0, 121, 88];
//Blazers
Inside Color [8, 8, 8];
Outside Color [198, 24, 8];
//Warriors
Inside Color [239, 157, 0];
Outside Color [30, 52, 123];
//Wizards
Inside Color [0, 68, 112];
Outside Color [181, 115, 57];
};
//********************************
// Styles
//********************************
Style "InGameCoachingGeneralText" {
Font "InGameCoachingScoreFont";
};
Style "InGameRosterHomePlayersListBoxStyle" {
Font "InGameRosterHomeListBox";
Chicklet "InGameRosterHome";
};
Style "InGameRosterAwayPlayersListBoxStyle" {
Font "InGameRosterAwayListBox";
Chicklet "InGameRosterAway";
};
Style "InGameRosterHomePlayersDragItemStyle" {
Font "InGameRosterHomeListBox";
Chicklet "InGameRosterHome";
};
Style "InGameRosterAwayPlayersDragItemStyle" {
Font "InGameRosterAwayListBox";
Chicklet "InGameRosterAway";
};
Style "InGameRosterHomePlayersDropItemStyle" {
Font "InGameRosterHomeListBox";
Chicklet "InGameRosterHome";
};
Style "InGameRosterAwayPlayersDropItemStyle" {
Font "InGameRosterAwayListBox";
Chicklet "InGameRosterAway";
};
Style "InGameRosterRosterStyle" {
Image "InGameRosterRosterBack2";
Image "InGameRosterRosterBack1";
};
ButtonStyle "InGameRosterRosterUp" {
Enabled Image "InGameRosterRosterUpEnabled";
Focused Image "InGameRosterRosterUpFocused";
Pushed Image "InGameRosterRosterUpPushed";
};
ButtonStyle "InGameRosterRosterDown" {
Enabled Image "InGameRosterRosterDownEnabled";
Focused Image "InGameRosterRosterDownFocused";
Pushed Image "InGameRosterRosterDownPushed";
};
Style "InGameRosterCourtStyle" {
Image "InGameRosterCourt";
};
Style "InGameRosterLogoBoxStyle" {
Image "InGameRosterLogoBox";
};
ButtonStyle "InGameRosterHomeLogo" {
Enabled Image "InGameRosterHomeLogoEnabled";
Armed Image "InGameRosterHomeLogoArmed";
Focused Image "InGameRosterHomeLogoFocused";
PushedAndArmed Image "InGameRosterHomeLogoArmed";
};
ButtonStyle "InGameRosterAwayLogo" {
Enabled Image "InGameRosterAwayLogoEnabled";
Armed Image "InGameRosterAwayLogoArmed";
Focused Image "InGameRosterAwayLogoFocused";
PushedAndArmed Image "InGameRosterAwayLogoArmed";
};
Style "InGameRosterPlayersBackStyle" {
Image "InGameRosterPlayerBack";
};
GroupStyle "InGameRosterNonTransparentBckrnd" {
Image "InGameRosterNonTransparentBackground";
};
Style "InGameCurrentStyle" {
Font "InGameRosterHomeListBox";
};
ButtonStyle "InGameOnOffButton" {
Enabled Image "InGameOnOffEnabled";
Focused Image "InGameOnOffFocused";
Armed Image "InGameOnOffArmed";
Enabled Font "InGameOnOffButton";
};
Style "InGameTitleStyle" {
Font "InGameTitleFont";
};
Style "IGCoachingRosterStatsScrollBar" {
Image "IGCoachingRosterStatsScrollBarLine";
};
ButtonStyle "IGCoachingRosterStatsScrollBarUp" {
Enabled Image "IGCoachingRosterStatsScrollBarUpEnabled";
Focused Image "IGCoachingRosterStatsScrollBarUpFocused";
Pushed Image "IGCoachingRosterStatsScrollBarUpPushed";
};
ButtonStyle "IGCoachingRosterStatsScrollBarDown" {
Enabled Image "IGCoachingRosterStatsScrollBarDownEnabled";
Focused Image "IGCoachingRosterStatsScrollBarDownFocused";
Pushed Image "IGCoachingRosterStatsScrollBarDownPushed";
};
//********************************
// Buttons
//********************************
Button "InGameRosterHomeRosterUp" {
ButtonStyle "InGameRosterRosterUp";
};
Button "InGameRosterHomeRosterDown" {
ButtonStyle "InGameRosterRosterDown";
Position [0, 181];
};
Button "InGameRosterAwayRosterUp" {
ButtonStyle "InGameRosterRosterUp";
};
Button "InGameRosterAwayRosterDown" {
ButtonStyle "InGameRosterRosterDown";
Position [0, 181];
};
CheckButton "InGameRosterHomeLogo" {
ButtonStyle "InGameRosterHomeLogo";
};
CheckButton "InGameRosterAwayLogo" {
ButtonStyle "InGameRosterAwayLogo";
Position [59, 0];
};
Button "IGCoachingRosterStatsScrollBarUpHome" {
ButtonStyle "IGCoachingRosterStatsScrollBarUp";
position [0,0];
};
Button "IGCoachingRosterStatsScrollBarDownHome" {
ButtonStyle "IGCoachingRosterStatsScrollBarDown";
Position [0, 130];
};
Button "IGCoachingRosterStatsScrollBarUpAway" {
ButtonStyle "IGCoachingRosterStatsScrollBarUp";
position [0,0];
};
Button "IGCoachingRosterStatsScrollBarDownAway" {
ButtonStyle "IGCoachingRosterStatsScrollBarDown";
Position [0, 130];
};
//********************************
// Edit Box
//********************************
EditBox "InGameHomeCurrentStatsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [150, 16];
String "GAME STATISTICS" {
Position [75, 7];
Justify CenterCenter;
};
};
EditBox "InGameHomePointsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [100, 14];
String "PTS" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomePoints" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeAssistsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [100, 14];
String "AST" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeAssists" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeReboundsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [100, 14];
String "REB" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeRebounds" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeFreeThrowsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "FTM/A" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeFreeThrowsMade" {
Style "InGameCoachingGeneralText";
Position [125, 0];
Size [10, 14];
String "10" {
Position [10, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeFreeThrowsSeparator" {
Style "InGameCoachingGeneralText";
Position [135, 0];
Size [5, 14];
String "/" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeFreeThrowsAttempted" {
Style "InGameCoachingGeneralText";
Position [140, 0];
Size [10, 14];
String "10" {
Position [10, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeBlocksTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [50, 14];
String "BLK" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeBlocks" {
Style "InGameCoachingGeneralText";
Position [135, 0];
Size [15, 14];
String "10" {
Position [15, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeStealsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [50, 14];
String "STL" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeSteals" {
Style "InGameCoachingGeneralText";
Position [135, 0];
Size [15, 14];
String "10" {
Position [15, 7];
Justify CenterRight;
};
};
EditBox "InGameHomePersonalFoulsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "FOULS" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomePersonalFouls" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "6" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeEnergyLevelTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [100, 14];
String "Energy Level" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeEnergyLevel" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [43, 14];
String "100" {
Position [43, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeEnergyLevelPercentSign" {
Style "InGameCoachingGeneralText";
Position [145, 0];
Size [5, 14];
String "%" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeSeasonStatsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [150, 24];
String "SEASON STATISTICS" {
Position [75, 15];
Justify CenterCenter;
};
};
EditBox "InGameHomePointsPerGameTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "PPG" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomePointsPerGame" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "20.5" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeAssistsPerGameTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "APG" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeAssistsPerGame" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "20.5" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeReboundsPerGameTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "RPG" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeReboundsPerGame" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "20.5" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeFreeThrowPercentageTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "FT%" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeFreeThrowPercentage" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "78%" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeBlocksPerGameTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "BPG" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeBlocksPerGame" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "20.5" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeStealsPerGameTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "SPG" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeStealsPerGame" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "20.5" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomePlayerRatingsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [150, 24];
String "PLAYER RATINGS" {
Position [75, 15];
Justify CenterCenter;
};
};
EditBox "InGameHomeRatingSpeedTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Speed" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeRatingSpeed" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeRatingShootingTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Shooting" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeRatingShooting" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeRating3PointShootingTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "3 Point Shooting" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeRating3PointShooting" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeRatingFreeThrowTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Free Throws" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeRatingFreeThrow" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeRatingReboundTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Rebounding" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeRatingRebound" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeRatingStealTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Stealing" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeRatingSteal" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeRatingBlockTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Blocking" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeRatingBlock" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameHomeRatingClutchTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Clutch" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameHomeRatingClutch" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayCurrentStatsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [150, 16];
String "GAME STATISTICS" {
Position [75, 7];
Justify CenterCenter;
};
};
EditBox "InGameAwayPointsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [100, 14];
String "PTS" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayPoints" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayAssistsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [100, 14];
String "AST" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayAssists" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayReboundsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [100, 14];
String "REB" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayRebounds" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayFreeThrowsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "FTM/A" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayFreeThrowsMade" {
Style "InGameCoachingGeneralText";
Position [125, 0];
Size [10, 14];
String "10" {
Position [10, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayFreeThrowsSeparator" {
Style "InGameCoachingGeneralText";
Position [135, 0];
Size [5, 14];
String "/" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayFreeThrowsAttempted" {
Style "InGameCoachingGeneralText";
Position [140, 0];
Size [10, 14];
String "10" {
Position [10, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayBlocksTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [50, 14];
String "BLK" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayBlocks" {
Style "InGameCoachingGeneralText";
Position [135, 0];
Size [15, 14];
String "10" {
Position [15, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayStealsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [50, 14];
String "STL" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwaySteals" {
Style "InGameCoachingGeneralText";
Position [135, 0];
Size [15, 14];
String "10" {
Position [15, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayPersonalFoulsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "FOULS" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayPersonalFouls" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "6" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayEnergyLevelTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [100, 14];
String "Energy Level" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayEnergyLevel" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [43, 14];
String "100" {
Position [43, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayEnergyLevelPercentSign" {
Style "InGameCoachingGeneralText";
Position [145, 0];
Size [5, 14];
String "%" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwaySeasonStatsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [150, 24];
String "SEASON STATISTICS" {
Position [75, 15];
Justify CenterCenter;
};
};
EditBox "InGameAwayPointsPerGameTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "PPG" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayPointsPerGame" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "20.5" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayAssistsPerGameTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "APG" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayAssistsPerGame" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "20.5" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayReboundsPerGameTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "RPG" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayReboundsPerGame" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "20.5" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayFreeThrowPercentageTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "FT%" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayFreeThrowPercentage" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "78%" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayBlocksPerGameTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "BPG" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayBlocksPerGame" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "20.5" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayStealsPerGameTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "SPG" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayStealsPerGame" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "20.5" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayPlayerRatingsTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [150, 24];
String "PLAYER RATINGS" {
Position [75, 15];
Justify CenterCenter;
};
};
EditBox "InGameAwayRatingSpeedTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Speed" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayRatingSpeed" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayRatingShootingTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Shooting" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayRatingShooting" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayRating3PointShootingTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "3 Point Shooting" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayRating3PointShooting" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayRatingFreeThrowTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Free Throws" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayRatingFreeThrow" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayRatingReboundTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Rebounding" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayRatingRebound" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayRatingStealTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Stealing" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayRatingSteal" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayRatingBlockTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Blocking" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayRatingBlock" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
EditBox "InGameAwayRatingClutchTitle" {
Style "InGameCoachingGeneralText";
Position [0, 0];
Size [120, 14];
String "Clutch" {
Position [0, 7];
Justify CenterLeft;
};
};
EditBox "InGameAwayRatingClutch" {
Style "InGameCoachingGeneralText";
Position [100, 0];
Size [50, 14];
String "100" {
Position [50, 7];
Justify CenterRight;
};
};
CheckButton "InGameSubstitutionButtonHome" {
ButtonStyle "InGameOnOffButton";
Armed String "ON" {
Justify CenterCenter;
Position [16, 6];
};
Enabled String "OFF" {
Justify CenterCenter;
Position [16, 6];
};
};
CheckButton "InGameSubstitutionButtonAway" {
ButtonStyle "InGameOnOffButton";
Armed String "ON" {
Justify CenterCenter;
Position [16, 6];
};
Enabled String "OFF" {
Justify CenterCenter;
Position [16, 6];
};
};
//********************************
// Thumbs
//********************************
Thumb "InGameRosterHomeRosterThumb" {
Image "InGameRosterRosterThumb";
Vertical;
FixedPosition 2;
Range [15, 169];
};
Thumb "InGameRosterAwayRosterThumb" {
Image "InGameRosterRosterThumb";
Vertical;
FixedPosition 2;
Range [15, 169];
};
Thumb "IGCoachingRosterStatsScrollBarHome" {
Image "IGCoachingRosterStatsScrollBarThumb";
Vertical;
FixedPosition 2;
Range [14, 118];
};
Thumb "IGCoachingRosterStatsScrollBarAway" {
Image "IGCoachingRosterStatsScrollBarThumb";
Vertical;
FixedPosition 2;
Range [14, 118];
};
//********************************
// Drop Items
//********************************
//Current player display drop items
PlayerDropItem "InGameHomeCenter" {
Style "InGameRosterHomePlayersDropItemStyle";
String "Starting Center";
Rect [35, 35, 119, 15];
Highlight Rect [35, 38, 94, 13];
Selectable;
Position [26, 39];
Pushed Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterHomePlayerFromCenter";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameHomePowerForward" {
Style "InGameRosterHomePlayersDropItemStyle";
String "Starting Power Forward";
Rect [35, 206, 119, 15];
Highlight Rect [35, 209, 94, 13];
Selectable;
Position [26, 210];
Pushed Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterHomePlayerFromPowerForward";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameHomeSmallForward" {
Style "InGameRosterHomePlayersDropItemStyle";
String "Starting Small Forward";
Rect [176, 56, 154, 15];
Highlight Rect [176, 59, 129, 13];
Selectable;
Position [167, 60];
Pushed Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterHomePlayerFromSmallForward";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameHomeShootingGuard" {
Style "InGameRosterHomePlayersDropItemStyle";
String "Starting Shooting Guard";
Rect [176, 186, 154, 15];
Highlight Rect [176, 189, 129, 13];
Selectable;
Position [167, 189];
Pushed Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterHomePlayerFromShootingGuard";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameHomePointGuard" {
Style "InGameRosterHomePlayersDropItemStyle";
String "Starting Point Guard";
Rect [233, 120, 123, 15];
Highlight Rect [233, 123, 98, 13];
Selectable;
Position [226, 124];
Pushed Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterHomePlayerFromPointGuard";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameAwayCenter" {
Style "InGameRosterAwayPlayersDropItemStyle";
String "Starting Center";
Rect [35, 35, 119, 15];
Highlight Rect [35, 38, 94, 13];
Selectable;
Position [26, 39];
Pushed Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterAwayPlayerFromCenter";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameAwayPowerForward" {
Style "InGameRosterAwayPlayersDropItemStyle";
String "Starting Power Forward";
Rect [35, 206, 119, 15];
Highlight Rect [35, 209, 94, 13];
Selectable;
Position [26, 210];
Pushed Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterAwayPlayerFromPowerForward";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameAwaySmallForward" {
Style "InGameRosterAwayPlayersDropItemStyle";
String "Starting Small Forward";
Rect [176, 56, 154, 15];
Highlight Rect [176, 59, 129, 13];
Selectable;
Position [167, 60];
Pushed Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterAwayPlayerFromSmallForward";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameAwayShootingGuard" {
Style "InGameRosterAwayPlayersDropItemStyle";
String "Starting Shooting Guard";
Rect [176, 186, 154, 15];
Highlight Rect [176, 189, 129, 13];
Selectable;
Position [167, 189];
Pushed Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterAwayPlayerFromShootingGuard";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameAwayPointGuard" {
Style "InGameRosterAwayPlayersDropItemStyle";
String "Starting Point Guard";
Rect [233, 120, 123, 15];
Highlight Rect [233, 123, 98, 13];
Selectable;
Position [226, 124];
Pushed Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterAwayPlayerFromPointGuard";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
//Substitution drop items
PlayerDropItem "InGameRosterHomeCourtCenter" {
Style "InGameRosterHomePlayersDropItemStyle";
String "Starting Center";
Rect [20, 19, 134, 30];
Highlight Rect [45, 22, 109, 13];
Selectable;
Position [26, 23];
Pushed Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterHomePlayer";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameRosterHomeCourtSmallForward" {
Style "InGameRosterHomePlayersDropItemStyle";
String "Starting Small Forward";
Rect [161, 40, 169, 30];
Highlight Rect [186, 43, 144, 13];
Selectable;
Position [167, 44];
Pushed Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterHomePlayer";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameRosterHomeCourtPointGuard" {
Style "InGameRosterHomePlayersDropItemStyle";
String "Starting Point Guard";
Rect [218, 104, 138, 30];
Highlight Rect [243, 107, 113, 13];
Selectable;
Position [226, 108];
Pushed Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterHomePlayer";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameRosterHomeCourtShootingGuard" {
Style "InGameRosterHomePlayersDropItemStyle";
String "Starting Shooting Guard";
Rect [161, 169, 169, 30];
Highlight Rect [186, 172, 144, 13];
Selectable;
Position [167, 173];
Pushed Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterHomePlayer";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameRosterHomeCourtPowerForward" {
Style "InGameRosterHomePlayersDropItemStyle";
String "Starting Power Forward";
Rect [20, 190, 134, 30];
Highlight Rect [45, 193, 109, 13];
Selectable;
Position [26, 194];
Pushed Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterHomePlayer";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameRosterAwayCourtCenter" {
Style "InGameRosterAwayPlayersDropItemStyle";
String "Starting Center";
Rect [20, 19, 134, 30];
Highlight Rect [45, 22, 109, 13];
Selectable;
Position [26, 23];
Pushed Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterAwayPlayer";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameRosterAwayCourtSmallForward" {
Style "InGameRosterAwayPlayersDropItemStyle";
String "Starting Small Forward";
Rect [161, 40, 169, 30];
Highlight Rect [186, 43, 144, 13];
Selectable;
Position [167, 44];
Pushed Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterAwayPlayer";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameRosterAwayCourtPointGuard" {
Style "InGameRosterAwayPlayersDropItemStyle";
String "Starting Point Guard";
Rect [218, 104, 138, 30];
Highlight Rect [243, 107, 113, 13];
Selectable;
Position [226, 108];
Pushed Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterAwayPlayer";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameRosterAwayCourtShootingGuard" {
Style "InGameRosterAwayPlayersDropItemStyle";
String "Starting Shooting Guard";
Rect [161, 169, 169, 30];
Highlight Rect [186, 172, 144, 13];
Selectable;
Position [167, 173];
Pushed Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterAwayPlayer";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
PlayerDropItem "InGameRosterAwayCourtPowerForward" {
Style "InGameRosterAwayPlayersDropItemStyle";
String "Starting Power Forward";
Rect [20, 190, 134, 30];
Highlight Rect [45, 193, 109, 13];
Selectable;
Position [26, 194];
Pushed Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Pushed Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Pushed Action {Drag PlayerDragItem "InGameRosterAwayPlayer";};
Pushed Action SetField "szOnDeckPos" " ";
Pushed Action {UpdateContent;};
};
//********************************
// Drag Items
//********************************
PlayerDragItem "InGameRosterHomePlayer" {
Style "InGameRosterHomePlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterHomeCourtCenter";
PlayerDropItem "InGameRosterHomeCourtSmallForward";
PlayerDropItem "InGameRosterHomeCourtPointGuard";
PlayerDropItem "InGameRosterHomeCourtShootingGuard";
PlayerDropItem "InGameRosterHomeCourtPowerForward";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterHomePlayerFromCenter" {
Style "InGameRosterHomePlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterHomeCourtSmallForward";
PlayerDropItem "InGameRosterHomeCourtPointGuard";
PlayerDropItem "InGameRosterHomeCourtShootingGuard";
PlayerDropItem "InGameRosterHomeCourtPowerForward";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterHomePlayerFromSmallForward" {
Style "InGameRosterHomePlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterHomeCourtCenter";
PlayerDropItem "InGameRosterHomeCourtPointGuard";
PlayerDropItem "InGameRosterHomeCourtShootingGuard";
PlayerDropItem "InGameRosterHomeCourtPowerForward";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterHomePlayerFromPointGuard" {
Style "InGameRosterHomePlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterHomeCourtCenter";
PlayerDropItem "InGameRosterHomeCourtSmallForward";
PlayerDropItem "InGameRosterHomeCourtShootingGuard";
PlayerDropItem "InGameRosterHomeCourtPowerForward";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterHomePlayerFromShootingGuard" {
Style "InGameRosterHomePlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterHomeCourtCenter";
PlayerDropItem "InGameRosterHomeCourtSmallForward";
PlayerDropItem "InGameRosterHomeCourtPointGuard";
PlayerDropItem "InGameRosterHomeCourtPowerForward";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterHomePlayerFromPowerForward" {
Style "InGameRosterHomePlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterHomeCourtCenter";
PlayerDropItem "InGameRosterHomeCourtSmallForward";
PlayerDropItem "InGameRosterHomeCourtPointGuard";
PlayerDropItem "InGameRosterHomeCourtShootingGuard";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterAwayPlayer" {
Style "InGameRosterAwayPlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterAwayCourtCenter";
PlayerDropItem "InGameRosterAwayCourtSmallForward";
PlayerDropItem "InGameRosterAwayCourtPointGuard";
PlayerDropItem "InGameRosterAwayCourtShootingGuard";
PlayerDropItem "InGameRosterAwayCourtPowerForward";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterAwayPlayerFromCenter" {
Style "InGameRosterAwayPlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterAwayCourtSmallForward";
PlayerDropItem "InGameRosterAwayCourtPointGuard";
PlayerDropItem "InGameRosterAwayCourtShootingGuard";
PlayerDropItem "InGameRosterAwayCourtPowerForward";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterAwayPlayerFromSmallForward" {
Style "InGameRosterAwayPlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterAwayCourtCenter";
PlayerDropItem "InGameRosterAwayCourtPointGuard";
PlayerDropItem "InGameRosterAwayCourtShootingGuard";
PlayerDropItem "InGameRosterAwayCourtPowerForward";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterAwayPlayerFromPointGuard" {
Style "InGameRosterAwayPlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterAwayCourtCenter";
PlayerDropItem "InGameRosterAwayCourtSmallForward";
PlayerDropItem "InGameRosterAwayCourtShootingGuard";
PlayerDropItem "InGameRosterAwayCourtPowerForward";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterAwayPlayerFromShootingGuard" {
Style "InGameRosterAwayPlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterAwayCourtCenter";
PlayerDropItem "InGameRosterAwayCourtSmallForward";
PlayerDropItem "InGameRosterAwayCourtPointGuard";
PlayerDropItem "InGameRosterAwayCourtPowerForward";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
PlayerDragItem "InGameRosterAwayPlayerFromPowerForward" {
Style "InGameRosterAwayPlayersDragItemStyle";
String "Player name goes here";
PlayerDropItem "InGameRosterAwayCourtCenter";
PlayerDropItem "InGameRosterAwayCourtSmallForward";
PlayerDropItem "InGameRosterAwayCourtPointGuard";
PlayerDropItem "InGameRosterAwayCourtShootingGuard";
Drop Action SwapFieldsDrop "szOnDeckPos";
};
//********************************
// List Boxes
//********************************
PlayerDBListBox "InGameRosterHomePlayersListBox" {
Style "InGameRosterHomePlayersListBoxStyle";
Position [1, 38];
Size [198, 189];
Highlight [160, 0, 0];
Select Action {SetData "InGameRosterHomePlayerDragID" LinkTo "FieldszID";};
Select Action {SetData "HomePlayerDisplayID" LinkTo "FieldszID";};
Select Action {Drag PlayerDragItem "InGameRosterHomePlayer";};
Select Action {UpdateContent;};
Tab 8 Left;
Tab 135 Left;
Tab 175 Center;
};
PlayerDBListBox "InGameRosterAwayPlayersListBox" {
Style "InGameRosterAwayPlayersListBoxStyle";
Position [1, 38];
Size [198, 189];
Highlight [160, 0, 0];
Select Action {SetData "InGameRosterAwayPlayerDragID" LinkTo "FieldszID";};
Select Action {SetData "AwayPlayerDisplayID" LinkTo "FieldszID";};
Select Action {Drag PlayerDragItem "InGameRosterAwayPlayer";};
Select Action {UpdateContent;};
Tab 8 Left;
Tab 135 Left;
Tab 175 Center;
};
ScreenElementListBox "InGameCoachingHomePlayerInfo" {
Size [150, 140];
Kerning 1;
//Current Game Stats
EditBox "InGameHomeCurrentStatsTitle";
Group "InGameHomePoints";
Group "InGameHomeAssists";
Group "InGameHomeRebounds";
Group "InGameHomeFreeThrows";
Group "InGameHomeBlocks";
Group "InGameHomeSteals";
Group "InGameHomePersonalFouls";
Group "InGameHomeEnergyLevel";
//Season Stats
EditBox "InGameHomeSeasonStatsTitle";
Group "InGameHomePointsPerGame";
Group "InGameHomeAssistsPerGame";
Group "InGameHomeReboundsPerGame";
Group "InGameHomeFreeThrowsPercentage";
Group "InGameHomeBlocksPerGame";
Group "InGameHomeStealsPerGame";
//Player Ratings
EditBox "InGameHomePlayerRatingsTitle";
Group "InGameHomeRatingSpeed";
Group "InGameHomeRatingShooting";
Group "InGameHomeRating3PointShooting";
Group "InGameHomeRatingFreeThrow";
Group "InGameHomeRatingRebound";
Group "InGameHomeRatingSteal";
Group "InGameHomeRatingBlock";
Group "InGameHomeRatingClutch";
};
ScreenElementListBox "InGameCoachingAwayPlayerInfo" {
Size [150, 140];
Kerning 1;
//Current Game Stats
EditBox "InGameAwayCurrentStatsTitle";
Group "InGameAwayPoints";
Group "InGameAwayAssists";
Group "InGameAwayRebounds";
Group "InGameAwayFreeThrows";
Group "InGameAwayBlocks";
Group "InGameAwaySteals";
Group "InGameAwayPersonalFouls";
Group "InGameAwayEnergyLevel";
//Season Stats
EditBox "InGameAwaySeasonStatsTitle";
Group "InGameAwayPointsPerGame";
Group "InGameAwayAssistsPerGame";
Group "InGameAwayReboundsPerGame";
Group "InGameAwayFreeThrowsPercentage";
Group "InGameAwayBlocksPerGame";
Group "InGameAwayStealsPerGame";
//Player Ratings
EditBox "InGameAwayPlayerRatingsTitle";
Group "InGameAwayRatingSpeed";
Group "InGameAwayRatingShooting";
Group "InGameAwayRating3PointShooting";
Group "InGameAwayRatingFreeThrow";
Group "InGameAwayRatingRebound";
Group "InGameAwayRatingSteal";
Group "InGameAwayRatingBlock";
Group "InGameAwayRatingClutch";
};
//********************************
// Groups
//********************************
Group "InGameRoster" {
Root;
GroupStyle "InGameRosterNonTransparentBckrnd";
// Position [-77, -72];
CenterCenter Position [-397, -312];
Children {
MenuGroup "InGameRosterLogoBox";
};
};
MenuGroup "InGameRosterLogoBox" {
Style "InGameRosterLogoBoxStyle";
Position [109, 100];
Children {
RadioGroup "InGameRosterLogoBox";
Group "InGameRosterHomeScreen";
Group "InGameRosterAwayScreen";
};
};
RadioGroup "InGameRosterLogoBox" {
Position [100, 115];
Children {
CheckButton "InGameRosterHomeLogo";
CheckButton "InGameRosterAwayLogo";
};
};
ListBoxGroup "InGameCoachingHomePlayerInfoGroup" {
Position [400, 0];
Children {
ScreenElementListBox "InGameCoachingHomePlayerInfo";
ScrollBarGroup "IGCoachingRosterStatsScrollBarHome";
};
};
Group "InGameHomePoints" {
Children {
EditBox "InGameHomePointsTitle";
EditBox "InGameHomePoints";
};
};
Group "InGameHomeAssists" {
Children {
EditBox "InGameHomeAssistsTitle";
EditBox "InGameHomeAssists";
};
};
Group "InGameHomeRebounds" {
Children {
EditBox "InGameHomeReboundsTitle";
EditBox "InGameHomeRebounds";
};
};
Group "InGameHomeFreeThrows" {
Children {
EditBox "InGameHomeFreeThrowsTitle";
EditBox "InGameHomeFreeThrowsMade";
EditBox "InGameHomeFreeThrowsSeparator";
EditBox "InGameHomeFreeThrowsAttempted";
};
};
Group "InGameHomeBlocks" {
Children {
EditBox "InGameHomeBlocksTitle";
EditBox "InGameHomeBlocks";
};
};
Group "InGameHomeSteals" {
Children {
EditBox "InGameHomeStealsTitle";
EditBox "InGameHomeSteals";
};
};
Group "InGameHomePersonalFouls" {
Children {
EditBox "InGameHomePersonalFoulsTitle";
EditBox "InGameHomePersonalFouls";
};
};
Group "InGameHomeEnergyLevel" {
Children {
EditBox "InGameHomeEnergyLevelTitle";
EditBox "InGameHomeEnergyLevel";
EditBox "InGameHomeEnergyLevelPercentSign";
};
};
Group "InGameHomePointsPerGame" {
Children {
EditBox "InGameHomePointsPerGameTitle";
EditBox "InGameHomePointsPerGame";
};
};
Group "InGameHomeAssistsPerGame" {
Children {
EditBox "InGameHomeAssistsPerGameTitle";
EditBox "InGameHomeAssistsPerGame";
};
};
Group "InGameHomeReboundsPerGame" {
Children {
EditBox "InGameHomeReboundsPerGameTitle";
EditBox "InGameHomeReboundsPerGame";
};
};
Group "InGameHomeFreeThrowsPercentage" {
Children {
EditBox "InGameHomeFreeThrowPercentageTitle";
EditBox "InGameHomeFreeThrowPercentage";
};
};
Group "InGameHomeBlocksPerGame" {
Children {
EditBox "InGameHomeBlocksPerGameTitle";
EditBox "InGameHomeBlocksPerGame";
};
};
Group "InGameHomeStealsPerGame" {
Children {
EditBox "InGameHomeStealsPerGameTitle";
EditBox "InGameHomeStealsPerGame";
};
};
Group "InGameHomeRatingSpeed" {
Children {
EditBox "InGameHomeRatingSpeedTitle";
EditBox "InGameHomeRatingSpeed";
};
};
Group "InGameHomeRatingShooting" {
Children {
EditBox "InGameHomeRatingShootingTitle";
EditBox "InGameHomeRatingShooting";
};
};
Group "InGameHomeRating3PointShooting" {
Children {
EditBox "InGameHomeRating3PointShootingTitle";
EditBox "InGameHomeRating3PointShooting";
};
};
Group "InGameHomeRatingFreeThrow" {
Children {
EditBox "InGameHomeRatingFreeThrowTitle";
EditBox "InGameHomeRatingFreeThrow";
};
};
Group "InGameHomeRatingRebound" {
Children {
EditBox "InGameHomeRatingReboundTitle";
EditBox "InGameHomeRatingRebound";
};
};
Group "InGameHomeRatingSteal" {
Children {
EditBox "InGameHomeRatingStealTitle";
EditBox "InGameHomeRatingSteal";
};
};
Group "InGameHomeRatingBlock" {
Children {
EditBox "InGameHomeRatingBlockTitle";
EditBox "InGameHomeRatingBlock";
};
};
Group "InGameHomeRatingClutch" {
Children {
EditBox "InGameHomeRatingClutchTitle";
EditBox "InGameHomeRatingClutch";
};
};
Group "InGameAwayPoints" {
Children {
EditBox "InGameAwayPointsTitle";
EditBox "InGameAwayPoints";
};
};
Group "InGameAwayAssists" {
Children {
EditBox "InGameAwayAssistsTitle";
EditBox "InGameAwayAssists";
};
};
Group "InGameAwayRebounds" {
Children {
EditBox "InGameAwayReboundsTitle";
EditBox "InGameAwayRebounds";
};
};
Group "InGameAwayFreeThrows" {
Children {
EditBox "InGameAwayFreeThrowsTitle";
EditBox "InGameAwayFreeThrowsMade";
EditBox "InGameAwayFreeThrowsSeparator";
EditBox "InGameAwayFreeThrowsAttempted";
};
};
Group "InGameAwayBlocks" {
Children {
EditBox "InGameAwayBlocksTitle";
EditBox "InGameAwayBlocks";
};
};
Group "InGameAwaySteals" {
Children {
EditBox "InGameAwayStealsTitle";
EditBox "InGameAwaySteals";
};
};
Group "InGameAwayPersonalFouls" {
Children {
EditBox "InGameAwayPersonalFoulsTitle";
EditBox "InGameAwayPersonalFouls";
};
};
Group "InGameAwayEnergyLevel" {
Children {
EditBox "InGameAwayEnergyLevelTitle";
EditBox "InGameAwayEnergyLevel";
EditBox "InGameAwayEnergyLevelPercentSign";
};
};
Group "InGameAwayPointsPerGame" {
Children {
EditBox "InGameAwayPointsPerGameTitle";
EditBox "InGameAwayPointsPerGame";
};
};
Group "InGameAwayAssistsPerGame" {
Children {
EditBox "InGameAwayAssistsPerGameTitle";
EditBox "InGameAwayAssistsPerGame";
};
};
Group "InGameAwayReboundsPerGame" {
Children {
EditBox "InGameAwayReboundsPerGameTitle";
EditBox "InGameAwayReboundsPerGame";
};
};
Group "InGameAwayFreeThrowsPercentage" {
Children {
EditBox "InGameAwayFreeThrowPercentageTitle";
EditBox "InGameAwayFreeThrowPercentage";
};
};
Group "InGameAwayBlocksPerGame" {
Children {
EditBox "InGameAwayBlocksPerGameTitle";
EditBox "InGameAwayBlocksPerGame";
};
};
Group "InGameAwayStealsPerGame" {
Children {
EditBox "InGameAwayStealsPerGameTitle";
EditBox "InGameAwayStealsPerGame";
};
};
Group "InGameAwayRatingSpeed" {
Children {
EditBox "InGameAwayRatingSpeedTitle";
EditBox "InGameAwayRatingSpeed";
};
};
Group "InGameAwayRatingShooting" {
Children {
EditBox "InGameAwayRatingShootingTitle";
EditBox "InGameAwayRatingShooting";
};
};
Group "InGameAwayRating3PointShooting" {
Children {
EditBox "InGameAwayRating3PointShootingTitle";
EditBox "InGameAwayRating3PointShooting";
};
};
Group "InGameAwayRatingFreeThrow" {
Children {
EditBox "InGameAwayRatingFreeThrowTitle";
EditBox "InGameAwayRatingFreeThrow";
};
};
Group "InGameAwayRatingRebound" {
Children {
EditBox "InGameAwayRatingReboundTitle";
EditBox "InGameAwayRatingRebound";
};
};
Group "InGameAwayRatingSteal" {
Children {
EditBox "InGameAwayRatingStealTitle";
EditBox "InGameAwayRatingSteal";
};
};
Group "InGameAwayRatingBlock" {
Children {
EditBox "InGameAwayRatingBlockTitle";
EditBox "InGameAwayRatingBlock";
};
};
Group "InGameAwayRatingClutch" {
Children {
EditBox "InGameAwayRatingClutchTitle";
EditBox "InGameAwayRatingClutch";
};
};
Group "InGameRosterHomeScreen" {
Position [0, 0];
Children {
Group "InGameRosterHomeLogos";
Group "InGameRosterHomePlayers";
Group "InGameRosterHomeCourt";
ListBoxGroup "InGameRosterHomeRoster";
ListBoxGroup "InGameCoachingHomePlayerInfoGroup";
Group "InGameRosterSubstitutionsButtonHome";
};
};
Group "InGameRosterHomeLogos" {
Position [104, 7];
Children {
Include "UIScript\HomeLogo";
};
};
ListBoxGroup "InGameRosterHomeRoster" {
// Style "InGameRosterRosterStyle";
Position [0, 157];
Children {
PlayerDBListBox "InGameRosterHomePlayersListBox";
ScrollBarGroup "InGameRosterHomePlayersScrollBar";
};
};
ScrollBarGroup "InGameRosterHomePlayersScrollBar" {
Position [8, 38];
Children {
Button "InGameRosterHomeRosterUp";
Thumb "InGameRosterHomeRosterThumb";
Button "InGameRosterHomeRosterDown";
};
};
Group "InGameRosterHomePlayers" {
// Style "InGameRosterPlayersBackStyle";
Position [202, 24];
Children {
Group "InGameRosterHomePlayerFaces";
};
};
Group "InGameRosterHomePlayerFaces" {
Position [13, 4];
Children {
Include "UIScript\HomeFace";
};
};
Group "InGameRosterHomeCourt" {
// Style "InGameRosterCourtStyle";
Position [203, 157];
Children {
PlayerDropItem "InGameRosterHomeCourtCenter";
PlayerDropItem "InGameRosterHomeCourtSmallForward";
PlayerDropItem "InGameRosterHomeCourtPointGuard";
PlayerDropItem "InGameRosterHomeCourtShootingGuard";
PlayerDropItem "InGameRosterHomeCourtPowerForward";
PlayerDropItem "InGameHomeCenter";
PlayerDropItem "InGameHomePowerForward";
PlayerDropItem "InGameHomeSmallForward";
PlayerDropItem "InGameHomeShootingGuard";
PlayerDropItem "InGameHomePointGuard";
};
};
ListBoxGroup "InGameCoachingAwayPlayerInfoGroup" {
Position [400, 0];
Children {
ScreenElementListBox "InGameCoachingAwayPlayerInfo";
ScrollBarGroup "IGCoachingRosterStatsScrollBarAway";
};
};
Group "InGameRosterAwayScreen" {
Position [0, 0];
Children {
Group "InGameRosterAwayLogos";
Group "InGameRosterAwayPlayers";
Group "InGameRosterAwayCourt";
ListBoxGroup "InGameRosterAwayRoster";
ListBoxGroup "InGameCoachingAwayPlayerInfoGroup";
Group "InGameRosterSubstitutionsButtonAway";
};
};
Group "InGameRosterAwayLogos" {
Position [104, 7];
Children {
Include "UIScript\VisLogo";
};
};
ListBoxGroup "InGameRosterAwayRoster" {
// Style "InGameRosterRosterStyle";
Position [0, 157];
Children {
PlayerDBListBox "InGameRosterAwayPlayersListBox";
ScrollBarGroup "InGameRosterAwayPlayersScrollBar";
};
};
ScrollBarGroup "InGameRosterAwayPlayersScrollBar" {
Position [8, 38];
Children {
Button "InGameRosterAwayRosterUp";
Thumb "InGameRosterAwayRosterThumb";
Button "InGameRosterAwayRosterDown";
};
};
ScrollBarGroup "IGCoachingRosterStatsScrollBarHome" {
Style "IGCoachingRosterStatsScrollBar";
Position [160, 0];
Children {
Button "IGCoachingRosterStatsScrollBarUpHome";
Thumb "IGCoachingRosterStatsScrollBarHome";
Button "IGCoachingRosterStatsScrollBarDownHome";
};
};
ScrollBarGroup "IGCoachingRosterStatsScrollBarAway" {
Style "IGCoachingRosterStatsScrollBar";
Position [160, 0];
Children {
Button "IGCoachingRosterStatsScrollBarUpAway";
Thumb "IGCoachingRosterStatsScrollBarAway";
Button "IGCoachingRosterStatsScrollBarDownAway";
};
};
Group "InGameRosterAwayPlayers" {
// Style "InGameRosterPlayersBackStyle";
Position [202, 24];
Children {
Group "InGameRosterAwayPlayerFaces";
};
};
Group "InGameRosterAwayPlayerFaces" {
Position [13, 4];
Children {
Include "UIScript\AwayFace";
};
};
Group "InGameRosterAwayCourt" {
// Style "InGameRosterCourtStyle";
Position [203, 157];
Children {
PlayerDropItem "InGameRosterAwayCourtCenter";
PlayerDropItem "InGameRosterAwayCourtSmallForward";
PlayerDropItem "InGameRosterAwayCourtPointGuard";
PlayerDropItem "InGameRosterAwayCourtShootingGuard";
PlayerDropItem "InGameRosterAwayCourtPowerForward";
PlayerDropItem "InGameAwayCenter";
PlayerDropItem "InGameAwayPowerForward";
PlayerDropItem "InGameAwaySmallForward";
PlayerDropItem "InGameAwayShootingGuard";
PlayerDropItem "InGameAwayPointGuard";
};
};
Group "InGameRosterSubstitutionsButtonHome" {
Position [203, 410];
Children {
CheckButton "InGameSubstitutionButtonHome";
EditBox "InGameSubstitutionsTextHome";
};
};
Group "InGameRosterSubstitutionsButtonAway" {
Position [203, 410];
Children {
CheckButton "InGameSubstitutionButtonAway";
EditBox "InGameSubstitutionsTextAway";
};
};
//*****************************
// Edit Boxes
//*****************************
EditBox "InGameSubstitutionsTextHome" {
Style "InGameTitleStyle";
Position [45,0];
Size [200,50];
String "Computer Manages Substitutions" {
Justify TopLeft;
};
};
EditBox "InGameSubstitutionsTextAway" {
Style "InGameTitleStyle";
Position [45,0];
Size [200,50];
String "Computer Manages Substitutions" {
Justify TopLeft;
};
};